home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 18
/
Oxygen Multimedia Graphics 18.iso
/
pc
/
System
/
OX18.dxr
/
PDC_83_ButtonBlinker.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-12
|
205 b
|
15 lines
on beginSprite me
sprite(21).blend = 0
sprite(22).blend = 0
end
on mouseDown me
sprite(21).blend = 75
sprite(22).blend = 75
end
on mouseLeave me
sprite(21).blend = 0
sprite(22).blend = 0
end